﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

nav {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

li span img {
    padding-left: 9px;
    padding-bottom: 4px;
}

ul {
    list-style: none;
}

.g1 {
}

.g1-l {
    float: left;
}

.g1-r {
    float: right;
}

.you1 {
    float: left;
    margin-left: 5px;
}

.you2 {
    float: right;
}

.g-h {
    margin-top: 15px;
}

a {
    text-decoration: none;
}

.dbg {
    background: #e43a3d;
    height: 2px;
}

.bg1 {
    border-bottom: #f5f5f5 solid 1px;
    height: 80px;
    box-shadow: 0px 1px 5px #f5f5f5;
}

.main {
    width: 1170px;
    margin: 0 auto;
}

.logo {
    margin-top: 20px;
    float: left;
}

nav li {
    list-style: none;
    float: left;
    position: relative;
    /*background: -moz-linear-gradient(top, #fff, #555D5F 2% ,#555D5F 50%,#3E4245 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(2%, #555D5F), color-stop(50%, #555D5F),to(#3E4245));*/
}

    nav li:hover {
        /*background: -moz-linear-gradient(top, #fff, #3E4245 2% ,#555D5F 80%,#555D5F 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(2%, #3E4245), color-stop(80%, #3E4245),to(#555D5F));*/
        -moz-transition: background 1s ease-out;
        -webkit-transition: background 1s ease-out;
    }

    nav li a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #333;
        padding: 0 8px;
        text-decoration: none;
        white-space: nowrap;
        -moz-border-top-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        z-index: 100;
    }

        nav li a:hover {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            color: #e43a3d;
            text-decoration: none;
            white-space: nowrap;
            -moz-border-top-left-radius: 2px;
            -webkit-border-top-left-radius: 2px;
            z-index: 100;
        }

    nav li > a {
        position: relative;
    }

    nav li.first a {
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
    }

    nav li.last {
        border-right: 0 none;
    }

.active a {
    font-weight: bold;
    color: #e43a3d;
}

.active.more dl a {
    font-weight: 400;
    color: #333;
}

dl {
    position: absolute;
    display: block;
    top: 40px;
    background: #fafafa;
    -moz-border-radius: 0px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #fff;
    -moz-box-shadow: 1px 1px 3px #fff;
    z-index: 10;
}

li:hover dl {
    top: 50px;
    display: block;
    padding: 10px;
}

nav dl a {
    border: 0 none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-transition: background 0.5s ease-out;
    -webkit-transition: background 0.5s ease-out;
    z-index: 50;
    font-size: 14px;
    padding: 0 20px;
}

    nav dl a:hover {
        color: #333;
        background: #eee;
        -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        font-size: 14px;
    }

dd {
    margin-top: -40px;
    opacity: 0;
    -webkit-transition-property: all;
    /*-webkit-transition-timing-function: cubic-bezier(5,0,5,0);*/
    -moz-transition-property: all;
    /*-moz-transition-timing-function: cubic-bezier(5,0,5,0);*/
    /*-webkit-transition-delay:5s;
-moz-transition-delay:5s;*/
}

li:hover dd {
    margin-top: 0;
    opacity: 1;
}

li dd:nth-child(1) {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}

li dd:nth-child(2) {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
}

li dd:nth-child(3) {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

li dd:nth-child(4) {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
}

dt {
    display: none;
    margin-top: -25px;
    padding-top: 15px;
    height: 10px;
}

li:hover dt {
    display: block;
}

.Darrow {
    float: right;
    margin: 18px 10px 0 0;
    border-width: 5px;
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
    text-shadow: 0px -1px 0px #000;
    -webkit-box-shadow: 0px -1px 0px #000;
    -moz-box-shadow: 0px -1px 0px #000;
}

.arrow {
    margin: 0 auto;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background: #f5f5f5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
/*登录状态*/
.login1 .qikan {
    color: #333;
    font-size: 16px;
    padding: 0 3px;
    line-height: 35px;
    display: inline-block;
    margin-top: 20px;
    float: left;
}



.login1 a.qikan {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
    margin-top: 20px;
    background: #e43a3d;
    float: right;
}


.dropbtn {
    background-color: #fff;
    color: #333;
    margin-top: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn a {
        color: red;
        width: 80px;
        height: 16px;
        overflow: hidden;
        display: inline-block;
        line-height: 16px;
        font-size: 14px;
    }

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: #666;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
            color: #333;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.login .dl1 {
    float: right;
    margin-right: 10px;
}
/*登陆成功*/
/*登录状态*/
/*未登录状态*/
.login a {
    color: #333;
    font-size: 14px;
    padding: 0 5px;
    line-height: 35px;
    display: inline-block;
    margin-top: 22px;
    float: left;
}

.login .qikan {
    color: #333;
    font-size: 16px;
    padding: 0 3px;
    line-height: 35px;
    display: inline-block;
    margin-top: 20px;
    float: left;
}



.login a.qikan {
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
    margin-top: 20px;
    background: #e43a3d;
    float: right;
}
/*未登录状态*/
.new {
    margin-top: 15px;
}

footer {
    background: #f2f2f2;
    margin-top: 15px;
}

    footer ul {
        float: left;
        margin-left: 203px;
    }

    footer li {
        float: none;
        font-size: 14px;
        color: #000;
        padding-top: 12px;
        line-height: 18px;
        font-weight: 600;
    }

        footer li a {
            color: #868686;
            line-height: 16px;
            font-size: 12px;
        }



.diyi {
    margin-left: 0;
    padding-left: 64px;
}

footer .footer-jj {
    padding-top: 20px;
    padding-bottom: 30px;
}

.weix {
    background: url( ../images/ico_wx.png) no-repeat right bottom;
}

.icp {
    background: #868686;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    height: 30px;
}





/*首页*/

.new-right {
    float: right;
    width: 370px;
}

    .new-right .kx-bg {
        background: #fafafa;
    }

.kx {
    padding-top: 12px;
    width: 325px;
    margin: 0 auto;
    border-bottom: #f5f5f5 1px solid;
}

    .kx h3 {
        float: left;
        border-bottom: #e43a3d 1px solid;
    }

    .kx h6 {
        float: right;
        padding-top: 16px;
    }

    .kx h3 a {
        color: #333;
        line-height: 42px;
        font-size: 20px;
    }

    .kx h6 a {
        color: #9c9c9c;
        font-weight: 400;
        font-size: 13px;
    }

.nr ul {
    background: #fafafa;
    width: 370px;
    height: 36px;
    border-bottom: #fff 1px solid;
    /*	padding-top: 10px;*/
}

    .nr ul:hover {
        background: #fff;
        box-shadow: 0px 5px 15px rgba(228,57,60,0.15);
        ;
    }

.nr li {
    background: url(../images/nr_10.jpg) no-repeat 10px 12px;
}

.new-right .nr a {
    padding-left: 24px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    width: 326px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding-top: 10px;
}

    .new-right .nr a:hover {
        color: #e4393c;
    }



/*不知道是啥*/

.aside {
    background: #fafafa;
    margin: 20px 0;
}

    .aside ul {
    }

        .aside ul li {
            background: url(../images/w_14.jpg) no-repeat 10px center;
            padding: 10px 0;
            width: 370px;
        }

            .aside ul li a {
                width: 325px;
                margin: 0 auto;
                display: block;
                overflow: hidden;
                height: 16px;
                font-size: 16px;
                color: #333;
                line-height: 16px;
            }


/*TI模拟中心*/
.ti-bg {
    background: #fafafa;
    margin: 20px 0;
}

.pic {
    padding-top: 20px;
}

.center {
    margin: 0 auto;
}

.qudongqi {
    padding-left: 11px;
    padding-top: 10px;
    float: left;
}

    .qudongqi a {
        line-height: 40px;
        font-size: 14px;
        display: block;
        width: 108px;
        text-align: center;
        background: url(../images/eeee_18.png) no-repeat;
        color: #F8132A;
        font-weight: 600;
    }


.center-1 {
    width: 325px;
    margin: 0 auto;
    margin-top: 20px;
}

    .center-1 a {
        display: block;
        overflow: hidden;
        height: 16px;
        font-size: 16px;
        color: #333;
        line-height: 16px;
    }

    .center-1 ul li {
        margin-bottom: 20px;
        border-bottom: 1px #fff solid
    }

/*下载*/
.right .kx-bg {
    background: #fafafa;
}

.nr-xiazai ul {
    background: #fafafa;
    width: 370px;
    background: url(../images/dddd_03.jpg) no-repeat 10px 18px;
    border-bottom: #fff 1px solid;
    padding-top: 5px;
    margin: 0;
}

.nr-xiazai li {
}

    .nr-xiazai li em {
        font-size: 13px;
        color: #999;
        padding-left: 35px;
        float: left;
        line-height: 24px;
    }

    .nr-xiazai li p {
        font-size: 13px;
        color: #999;
        padding-right: 24px;
        line-height: 24px;
        float: right;
    }

    .nr-xiazai li a {
        padding-left: 35px;
        font-size: 16px;
        color: #333;
        display: block;
        overflow: hidden;
        width: 320px;
        height: 16px;
        line-height: 16px;
        vertical-align: middle;
        padding-top: 10px;
        margin: 0;
    }

/*带图的右侧*/
.nr-daitu {
    margin-top: 10px;
}

    .nr-daitu li {
        width: 370px;
        margin-top: 15px;
    }

    .nr-daitu .fl {
        float: left;
        margin-left: 10px;
    }

        .nr-daitu .fl img {
            width: 100px;
            height: 75px;
        }

    .nr-daitu .fr {
        float: left;
        width: 240px;
        margin-left: 10px;
        height: 60px;
    }

        .nr-daitu .fr a {
            font-size: 16px;
            color: #333;
            display: block;
            overflow: hidden;
            width: 250px;
            height: 58px;
            line-height: 1.8em;
            vertical-align: middle;
            margin-top: 1px;
        }




/*广告*/
.main .gl {
    float: left;
}

.main .gl1 {
    float: right;
}

.main .gl-1 {
    margin-right: 4px;
}

.main .gr {
    float: right;
}

/*蓝色广告*/
.jj {
    margin-top: 25px;
}

.k1 {
    box-sizing: border-box;
    width: 770px;
    height: 75px;
    border: #eee 1px solid;
    background: url(../images/sssssf_03.jpg) no-repeat 726px 50px;
    float: left;
}

    .k1 ul {
        width: 663px;
        margin: 0 auto;
    }

        .k1 ul li {
            width: 307px;
            height: 18px;
            overflow: hidden;
            float: left;
            margin: 10px 20px 0 0;
        }

            .k1 ul li a {
                font-size: 14px;
                line-height: 14px;
            }

.k2 {
    float: right;
    box-sizing: border-box;
    width: 370px;
    height: 75px;
    border: #eee 1px solid;
    background: url(../images/sssssf_03.jpg) no-repeat 328px 50px;
}

    .k2 ul {
        width: 305px;
        margin: 0 auto;
    }

        .k2 ul li {
            width: 305px;
            height: 22px;
            overflow: hidden;
            float: none;
            margin: 8px 0 0 0;
        }

            .k2 ul li a {
                font-size: 14px;
                line-height: 14px;
            }
/*最大的那个广告*/
.g-hd {
    padding: 5px 0;
}
/*得捷电子广告770*80*/
.g2 {
}



/*登录弹出框*/
.dialog-div {
    padding: 10px 30px;
}

.dialog-input {
    height: 40px;
    border: 1px solid #CCC;
    padding-left: 10px;
    width: 260px;
    margin-top: 15px;
}

.dialog-phoneText {
    display: inline-block;
    width: 60px;
}

.dialog-phone {
    height: 35px;
    border: 1px solid #CCC;
    padding-left: 10px;
    width: 120px;
    margin-top: 15px;
}

.dialog-phone-tip {
    color: #000;
    margin-top: 10px;
    font-size: 12px;
}

.dialog-phone-error-tip {
    color: #e4393c;
    margin-left: 10px;
    font-size: 12px;
}

.resend-code {
    margin-left: 13px;
    color: #999;
    background: 0 0;
    border: 0;
    cursor: pointer;
}

.resend-disable {
    margin-left: 13px;
    color: #999;
    background: 0 0;
    border: 0;
    cursor: default;
}

.dialog-tip {
    color: #e4393c;
    margin-top: 10px;
    font-size: 12px;
}

.dialog-btn {
    height: 34px;
    background-color: #e4393c;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 5px;
    border: none;
    color: #FFF;
    width: 100px;
    padding-left: 5px;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.dialog-can-btn {
    height: 34px;
    background-color: #a1a1a1;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 5px;
    border: none;
    color: #FFF;
    width: 100px;
    padding-left: 5px;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20px;
}

.dialog-reg {
    margin-left: 20px;
    font-size: 12px;
}

.dialog-a {
    height: 40px;
    background-color: #e4393c;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #FFF;
    padding: 5px 5px;
    text-decoration: none;
}



/*菜单栏弹出菜单*/

#jspd {
    left: -292px !important;
}

#hypd {
    left: -419px !important;
}

#dxt {
    left: -546px !important;
}


#nav .dropdown-menu {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    position: absolute;
    text-align: left;
    z-index: 1000011;
    top: 40px !important;    
}

    #nav .dropdown-menu ul li {
        float: left;
        font-size: 16px;
        width: 100%;
        clear: inherit;
        border-bottom: none;
        backface-visibility: hidden;
    }

        #nav .dropdown-menu ul li a {
            float: left;
            height: 25px;
            line-height: 25px;
            width: 100%;
            padding: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            font-size: 14px;
            color: #333;
        }


#nav .tese-zone {
    color: #393939;
    margin: 0;
    line-height: 25px;
    white-space: inherit;
}


#nav .pull-down-box {
    padding: 30px 0 30px 30px;
    left: 0;
    width: 835px;
    height: auto;
    background-color: #fff;
    border-top: none;
    border-bottom: 2px solid #e60012;
    border-left: 2px solid #e60012;
    border-right: 2px solid #e60012;
}




#nav .right-bar {
    width: 386px;
    float: left;
    padding-left: 0;
    backface-visibility: hidden;
}

    #nav .right-bar > p {
        margin-bottom: 10px;
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    #nav .right-bar ul {
        padding: 5px 20px;
    }

    #nav .right-bar .btn li {
        width: 44%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
        font-size: 16px;
        clear: inherit;
        border-bottom: none;
        backface-visibility: hidden;
    }

    #nav .right-bar ul.btn li a {
        border: 1px solid #d6d6d6;
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
        color: #333;
    }


.left-bar {
    width: 360px;
    float: left;
}

    .left-bar > p {
        margin-bottom: 10px;
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }


    .left-bar ul li {
        margin-bottom: 10px;
    }

.boxm2 {
    margin: 20px 0;
}

.tj a {
    width: 45%;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    height: auto;
    line-height: unset;
    padding: unset;
    margin-right: 3%;
    margin-bottom: 5%;
}

    .tj a:hover {
        display: inline-block;
        height: unset;
        line-height: unset;
        padding: unset;
        font-size: unset;
        color: unset;
        text-decoration: unset;
    }

.img-border {
    border: 1px solid #eee;
}

.tj .intrdou-tt {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}




.center-bar {
    width: 400px;
    float: left;
    padding: 0 30px;
}

    .center-bar > p {
        margin-bottom: 10px;
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .center-bar ul li, .left-bar ul li {
        margin-bottom: 10px;
    }

    .center-bar tt, .left-bar tt {
        background-color: #999;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        margin-right: 3px;
        display: inline-block;
        padding: 0;
        text-align: center;
        color: #fff;
        vertical-align: middle;
    }

    .center-bar .frist-label, .left-bar .frist-label {
        background-color: #e60012;
    }



.live-recommend li {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0 10px;
    width: 400px;
}

.live-recommend li a {    
    padding:unset;
    line-height:unset;
}

    .live-recommend li a:hover {
        display: inline-block;
        height: unset;
        line-height: unset;
        padding: unset;
        font-size: unset;
        color: unset;
        text-decoration: unset;
        width:400px;
    }


    .live-recommend li a p {
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 10px;
        font-weight: 600;
    }

.live-recommend img {
    width: 100px;
    float: left;
}

.live-recommend .recomendTime {
    margin-left: 120px;
    font-size: 12px;
}

    .live-recommend .recomendTime div {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

.newest-list li {
    margin-bottom: 10px;
    height: 90px;
    border-bottom: 1px solid #eee !important;
}

    .newest-list li a {
        height: 60px !important;
        white-space: normal !important;
    }

        .newest-list li a img {
            border-radius: 50%;
            height: 60px;
            float: left;
            width: 60px;
        }

        .newest-list li a p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 60px;
            padding-left: 20px;
        }
